Labels:bulletin board | dialog box | reckoner | sky | web site OCR: Before the main part of your function or program, you can optionally define your own local procedures and functions. They can then be used like any of proFit's built in procedures and functions. The syntax for local procedure is: procedure name; begin any statement(s) see previous topic} end; The syntax for local function is: function name: type begin any statement(s) {see previous topic} name expression end: Its type can be any of extended double. real integer boolean.